/*清除浮动*/
.clearfix:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix{zoom:1}

.leftfloat{
    float: left;
}
.rightfloat{
    float: right;
}
.newwrapbox{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.ele-wrap{
    height: 75px;
    background-color: rgba(255, 255, 255, 1);
    border:1px solid rgba(242, 242, 242, 1);
    border-radius: 5px;
    box-shadow: 0px 1px 3px 1px rgb(240 240 240);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.img-wrap{
    width: 103px;
    height: 34px;
    position: relative;
}
.img-wrap img{
    width: 100%;
    height: 100%;
}
.imgqiye{
    width: 112px;
    height: 70px;
}
.imgkexin{
    width: 103px;
    height: 38px;
}
.img-wrap a{
    position: absolute;
    top: 0;
    left: 0;
}
.line{
    width: 1px;
    height: 196px;
    background: #d8d8d8;
    margin:0 50px;
}
.qrcodeimg{
    width: 130px;
    height: 130px;
    margin-right: 30px;
}
.bsimg{
    width: 25px;
    height: 27px;
    margin-right: 10px;
}
.redcolor{
    font-size: 14px;
    color: #AF0000;
}
.flexbox{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.searchbtn{
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    background-image: linear-gradient(0deg, rgba(22, 55, 174, 1), rgba(33, 77, 235, 1));
    border-radius: 29px;
    justify-content: center;
    border-style: solid;
    width: 188px;
    height: 32px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    transform: matrix3d(1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1);
    -webkit-transform-origin: 50% 50% 0;
    -ms-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    line-height: 1;
    border-width: 0;
    text-decoration: none;
    margin-top: 30px;
}
